Welcome![Sign In][Sign Up]
Location:
Search - Linux socket tcp

Search list

[Internet-Networkraw_socket

Description: 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包- How has demonstrated under Unix and Linux uses Raw Socket structure camouflage TCP, IP, the UDP package
Platform: | Size: 10240 | Author: 站长 | Hits:

[Internet-NetworkSocketBaseClass

Description: 一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。-a good, stable base class SOCKET (TCP), do not use MFC, initialize to the server or client.
Platform: | Size: 6144 | Author: 黎昱 | Hits:

[Internet-Networkcs通信

Description: linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
Platform: | Size: 2048 | Author: 宏伟 | Hits:

[Communicationtcpcandperl

Description: 本程序包包含有linux下socket通讯的tcp例程,包含有tcp的服务器端和客户端,含有C语言以及perl两种实现,本人整理,全部能运行。-bags containing the procedures under linux tcp socket communications routines, including a tcp servers and clients, containing C and perl language to achieve both, I collated all can run.
Platform: | Size: 27648 | Author: 李强 | Hits:

[Internet-Networklinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571392 | Author: 钟文德 | Hits:

[TCP/IP stackvolume3

Description: 用TCPIP进行网际互联第三卷:客户——服务器编程与应用:Linux/Posix和 TCP/IP协议一样是一套经典的协议书籍。-TCPIP used for internetworking Volume III : Customer-- Server and Application Programming : Linux/Posix and the TCP/IP protocol is the same set of classic books on the agreement.
Platform: | Size: 11291648 | Author: Nick | Hits:

[Internet-Networkczsocket

Description: 自己写的Unix/Linux下面的封装了TCP网络客户端连接、服务端监听、连接收发处理的类-himself wrote the Unix/Linux Packaging following a TCP network client.- bugging services to connect the transceiver category
Platform: | Size: 5120 | Author: 陈钟 | Hits:

[Internet-NetworkLinux-socket-serverandclient

Description: Linux下各类TCP网络服务器的实现源代码,刚刚在一个嵌入式开发项目中借用的socket通信的服务端和客户端的源程序。-various Linux TCP network servers to achieve source code, just embedded in a development project in the use of socket communication services and clients of the source.
Platform: | Size: 8192 | Author: 朱振华 | Hits:

[TCP/IP stacktcpsrc

Description: 一个TCP开发的源程序,是linux下socket编程的范例。-a TCP development of the source is under linux socket programming model.
Platform: | Size: 114688 | Author: arong | Hits:

[Internet-NetworkSocket

Description: tcp通讯源码,适用于Unix/Linux平台,采用c语言编写-tcp communications source code, applicable to Unix/Linux platforms, using language c
Platform: | Size: 9216 | Author: lenin | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[Internet-NetworkLinuxTCPSocket

Description: 嵌入式LINUX网络编程socket源代码。调试成功的!-Embedded LINUX network programming socket source code. Debugging success!
Platform: | Size: 2048 | Author: zb | Hits:

[Internet-Networksocket

Description: Linux下C++ Socket类,包括TCP,、UDP这两种基本协议。 -Linux under the C++ Socket categories, including TCP,, UDP both basic agreement.
Platform: | Size: 1024 | Author: 小强 | Hits:

[Linux-Unixsocket

Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: | Size: 10240 | Author: jidong | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Linux-UnixQue-Linux-Socket-Programming.pdf

Description: 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
Platform: | Size: 3259392 | Author: libai | Hits:

[Linux-Unixsocket

Description: Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
Platform: | Size: 50176 | Author: 沧海一笑 | Hits:

[Internet-NetworkLinux-socket-TCP-ClientServer

Description: 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
Platform: | Size: 1024 | Author: lulu | Hits:

[Internet-Networklinux-socket-c

Description: linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
Platform: | Size: 571392 | Author: yzh | Hits:

[Internet-Networktcp-socket(4files)

Description: tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
Platform: | Size: 78848 | Author: she | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net